home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / COMMUNIC / TERMINAL / 1589.ZIP / TERMDEFS.H < prev    next >
Text File  |  1989-03-29  |  5KB  |  67 lines

  1.  
  2. #define    ENDALTERNATE   200   /* End alternate character set         */
  3. #define    BLANKLINE      210   /* Add new blank line                  */
  4. #define    AUTOMARGINS    220   /* Terminal has automatic margins      */
  5. #define    STARTALTERNATE 230   /* Start alternate character set       */
  6. #define    BOTTOMHORZ     240   /* Bottom horizontal                   */
  7. #define    BELL           250   /* Audible signal BELL                 */
  8. #define    BOTTOMLEFT     260   /* Bottom Left corner box character    */
  9. #define    BOTTOMRIGHT    270   /* Bottom right corner box character   */
  10. #define    CLEARTOBOTTOM  280   /* Clear to end of display             */
  11. #define    CLEARENDLINE   290   /* Clear to end of line                */
  12. #define    CLEARANDHOME   300   /* Clear and home cursor               */
  13. #define    CARRAGERETURN  310   /* Carrage Return                      */
  14. #define    CURSORADDRESS  320   /* Cursor address, row col             */
  15. #define    NUMBERCOLUMNS  330   /* Columns                             */
  16. #define    DELETECHAR     340   /* Delete character                    */
  17. #define    DELETELINE     350   /* Delete Line                         */
  18. #define    DOWNLINE       360   /* Down one line                       */
  19. #define    ENDINSERT      370   /* End insert mode                     */
  20. #define    HOMECURSOR     380   /* Home Cursor                         */
  21. #define    INSERTMODE     390   /* Insert mode                         */
  22. #define    BACKSPACE      400   /* Sent by backspace key               */
  23. #define    DOWNARROW      410   /* Sent by terminal down arrow key     */
  24. #define    LEFTARROW      420   /* Sent by terminal left arrow key     */
  25. #define    RIGHTARROW     430   /* Sent by terminal right arrow key    */
  26. #define    UPARROW        440   /* Sent by terminal up arror key       */
  27. #define    FUNCTION1      460   /* Sent by terminal F1 key             */
  28. #define    FUNCTION2      470   /* Sent by terminal F2 key             */
  29. #define    FUNCTION3      480   /* Sent by terminal F3 key             */
  30. #define    FUNCTION4      490   /* Sent by terminal F4 key             */
  31. #define    FUNCTION5      500   /* Sent by terminal F5 key             */
  32. #define    FUNCTION6      510   /* Sent by terminal F6 key             */
  33. #define    FUNCTION7      520   /* Sent by terminal F7 key             */
  34. #define    FUNCTION8      530   /* Sent by terminal F8 key             */
  35. #define    FUNCTION9      540   /* Sent by terminal F9 key             */
  36. #define    FUNCTION0      450   /* Sent by terminal F10 key            */
  37. #define    FUNCTION11     541   /* Sent by terminal F11 key            */
  38. #define    FUNCTION12     542   /* Sent by terminal F12 key            */
  39. #define    FUNCTION13     544   /* Sent by terminal F13 key            */
  40. #define    FUNCTION14     545   /* Sent by terminal F14 key            */
  41. #define    FUNCTION15     546   /* Sent by terminal F15 key            */
  42. #define    FUNCTION16     547   /* Sent by terminal F16 key            */
  43. #define    LINEATTRIBUTE  550   /* Line draw character attribute       */
  44. #define    CURSORLEFT     560   /* Move cursor left one space          */
  45. #define    NUMBERLINES    570   /* Lines                               */
  46. #define    LASTLINE       580   /* Last line, first colume             */
  47. #define    SAFETOMOVE     590   /* Safe to move in standout mode       */
  48. #define    SPACERIGHT     600   /* Non-distructive space, right        */
  49. #define    NEWLINE        610   /* Newline, behaves like cr/lf         */
  50. #define    SCROLLUP       620   /* Scroll text up                      */
  51. #define    ENDSTANDOUT    630   /* End standout mode (normal)          */
  52. #define    BEGINSTANDOUT  640   /* Begin standout mode (highlight)     */
  53. #define    TOPSIDECHAR    650   /* Top side box character              */
  54. #define    UPPERLEFTCHAR  660   /* Upper left corner box character     */
  55. #define    UPPERRIGHTCHAR 670   /* Upper right corner box character    */
  56. #define    ENDUNDERSCORE  680   /* End underscore mode                 */
  57. #define    CURSORUP       690   /* Cursor up                           */
  58. #define    STARTUSCORE    700   /* Start underscore mode               */
  59. #define    CURSORNORMAL   710   /* Make cursor appear normal           */
  60. #define    CURSORBRIGHT   720   /* Make cursor very visible            */
  61. #define    CURSORGONE     730   /* Make cursor invisible               */
  62. #define    LEFTBOXCHAR    740   /* Left-hand side box character        */
  63. #define    RIGHTBOXCHAR   750   /* Right-hand side box character       */
  64. #define    XONXOFF        760   /* Terminal user xon/xoff handshaking  */
  65. #define    CURSORATTR     800   /* Redraw screen                       */
  66. /****************************** THE END ********************************/
  67.